@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
html,
body {
  margin: 0;
  /* width: 100vw; */
  /* height: 100vh; */
  overflow: auto;
  font-family: 'Poppins', sans-serif;
}

.img {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
h1 {
  text-align: center;
  font-family: 'Kanit', sans-serif;
  font-size: 250%;
  width: 100%;
  color: rgb(23, 22, 22);
}
.registration {
  width: 100%;
  height: 100vh;
  /* position: absolute; */
  /* padding-bottom: 20%; */
  display: inline-block;
}

.label {
  font-size: 600px !important ;
}
